home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CoolWB / Icons / Other / RareDiamonds / RemapTo4Colors < prev    next >
Text File  |  1995-03-23  |  338b  |  17 lines

  1. ;remap icons from 8 to 4 Colors...
  2.  
  3.  
  4. if      "`cd`" eq MHD2:RareDiamonds                    ;where i am?
  5.                                     ;if it is HomePath?
  6.  
  7.     echo "Abort...."                        ;then abort..
  8.     echo "I will never destroy icons in RareDiamonds' Homepath..."
  9.     quit 999999
  10.                             
  11. else
  12.  
  13.     echo "Working..."
  14.     doicon12/doicon IconArchive/#? remapmwb=2 all            ;else remap...
  15.  
  16. endif
  17.